sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.util
/
[main]TimeUtils
/
formatDuration
format
Duration
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
fun
formatDuration
(
duration
:
Long
,
builder
:
StringBuilder
)
(
source
)
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
fun
formatDuration
(
duration
:
Long
,
pw
:
PrintWriter
,
fieldLen
:
Int
)
(
source
)
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
fun
formatDuration
(
duration
:
Long
,
pw
:
PrintWriter
)
(
source
)
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
fun
formatDuration
(
time
:
Long
,
now
:
Long
,
pw
:
PrintWriter
)
(
source
)